PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFPageSize Class / equals Method
Object to compare to.
In This Topic
    equals Method
    In This Topic
    Compares this object with another object.
    Syntax
    public boolean equals( 
       java.lang.Object obj
    )

    Parameters

    obj
    Object to compare to.

    Return Value

    True if the objects are equal.
    See Also